home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Databases / GQL V3.0 Demo / USA Sales Information / USA Sales Information.rsrc / gDEM_20341_CA_SJ Customers < prev    next >
Encoding:
Text File  |  1992-01-27  |  183 b   |  1 lines

  1. select customer.cust_name, customer.addr1, customer.cust_city, customer.cust_state from customer where (customer.cust_state = 'CA') and (customer.cust_city = 'San Jose') order by 1 ;